Skip to content

improved wording and add cache ttl explanation to woocommerce redis docs#469

Open
TimVNL wants to merge 5 commits intomasterfrom
update-redis-woocommerce
Open

improved wording and add cache ttl explanation to woocommerce redis docs#469
TimVNL wants to merge 5 commits intomasterfrom
update-redis-woocommerce

Conversation

@TimVNL
Copy link
Copy Markdown
Contributor

@TimVNL TimVNL commented Apr 9, 2026

No description provided.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 9, 2026

Detected renamed/moved files:

docs/hypernode-platform/redis/how-to-flush-the-redis-cache.md => docs/hypernode-platform/tools/how-to-flush-the-redis-cache.md
docs/hypernode-platform/redis/how-to-solve-redis-error-oom-command-not-allowed-when-used-memory-maxmemory.md => docs/hypernode-platform/tools/how-to-solve-redis-error-oom-command-not-allowed-when-used-memory-maxmemory.md

To prevent 404 pages, consider adding the redirects to the new pages:

---
redirect_from:
  - docs/hypernode-platform/redis/how-to-flush-the-redis-cache.md
  - docs/hypernode-platform/redis/how-to-solve-redis-error-oom-command-not-allowed-when-used-memory-maxmemory.md
---

TimVNL and others added 2 commits April 9, 2026 13:09
…woocommerce-and-wordpress-on-hypernode.md

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 9, 2026

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 9, 2026

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 9, 2026

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

To set a TTL for all keys stored in Redis, add the following lines to your wp-config.php file:

```console
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
```console
````console

define('WP_REDIS_SELECTIVE_FLUSH', true);
```{important}
Be sure to change the example prefix to a unique name for your application so Redis keys do not get mixed up when Redis is used by multiple applications on the same Hypernode.
```
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
```

@github-actions
Copy link
Copy Markdown
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant